All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.AttributedStringAttacher

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.AttributedStringAttacher

public class AttributedStringAttacher
extends NativeObject
This class wraps the Objective-C class NSJavaAttributedStringAttacher.


Constructor Index

 o AttributedStringAttacher()
This default constructor is equivalent to Objective-C's [[NSJavaAttributedStringAttacher alloc] init].
 o AttributedStringAttacher(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o attributedStringWithAttachment(TextAttachment)
A wrapper for the + attributedStringWithAttachment: Objective-C class method.
 o updateAttachmentsFromPath(MutableAttributedString, String)
A wrapper for the + updateAttachmentsFromPath:: Objective-C class method.

Constructors

 o AttributedStringAttacher
 protected AttributedStringAttacher(boolean shouldAllocate,
                                    int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o AttributedStringAttacher
 public AttributedStringAttacher()
This default constructor is equivalent to Objective-C's [[NSJavaAttributedStringAttacher alloc] init].

Methods

 o attributedStringWithAttachment
 public static native AttributedString attributedStringWithAttachment(TextAttachment attachment)
A wrapper for the + attributedStringWithAttachment: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, AttributedStringAttacher, should be enough to head you in the right direction should you find more than one such method).

 o updateAttachmentsFromPath
 public static native void updateAttachmentsFromPath(MutableAttributedString attrString,
                                                     String path)
A wrapper for the + updateAttachmentsFromPath:: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, AttributedStringAttacher, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index